home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch07.Authoring / CommandDemos / setPref.dir / 00006_scripts.txt < prev    next >
Encoding:
Text File  |  1996-10-23  |  227 b   |  8 lines

  1. -- the following script is in the button
  2. -- the first argument is the name of the prefs file,
  3. -- and the second is the text to be written to the file.
  4.  
  5. on mouseUp
  6.   setPref "shocking.txt", ¬¨
  7.    the text of field "argument"
  8. end